home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMIMPORT / TFRMIMPORT.txt
Text File  |  2003-07-29  |  57KB  |  1,561 lines

  1. object FrmImport: TFrmImport
  2.   Left = 236
  3.   Top = 238
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Import Wizard'
  7.   ClientHeight = 399
  8.   ClientWidth = 481
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object pc: TElPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 481
  26.     Height = 358
  27.     BorderWidth = 0
  28.     DrawFocus = False
  29.     Flat = False
  30.     HotTrack = False
  31.     Multiline = False
  32.     OnChange = pcChange
  33.     RaggedRight = False
  34.     ScrollOpposite = False
  35.     Style = etsFlatTabs
  36.     TabIndex = 0
  37.     TabPosition = etpTop
  38.     HotTrackFont.Charset = DEFAULT_CHARSET
  39.     HotTrackFont.Color = clBlue
  40.     HotTrackFont.Height = -13
  41.     HotTrackFont.Name = 'MS Sans Serif'
  42.     HotTrackFont.Style = []
  43.     ActivePage = TabWizard
  44.     ActiveTabFont.Charset = DEFAULT_CHARSET
  45.     ActiveTabFont.Color = clWindowText
  46.     ActiveTabFont.Height = -13
  47.     ActiveTabFont.Name = 'MS Sans Serif'
  48.     ActiveTabFont.Style = []
  49.     OnDrawTab = pcDrawTab
  50.     Align = alClient
  51.     ParentColor = False
  52.     TabOrder = 0
  53.     UseXPThemes = False
  54.     DockOrientation = doNoOrient
  55.     object TabWizard: TElTabSheet
  56.       PageControl = pc
  57.       ImageIndex = 1
  58.       Caption = 'All Messages'
  59.       object LblImportingW: TLabel
  60.         Left = 10
  61.         Top = 184
  62.         Width = 163
  63.         Height = 18
  64.         Caption = 'Importing, please wait...'
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = 18
  68.         Font.Name = 'Arial'
  69.         Font.Style = []
  70.         ParentFont = False
  71.         Visible = False
  72.       end
  73.       object LblMsgNoW: TLabel
  74.         Left = 10
  75.         Top = 204
  76.         Width = 57
  77.         Height = 16
  78.         Caption = 'Message:'
  79.         Font.Charset = DEFAULT_CHARSET
  80.         Font.Color = clWindowText
  81.         Font.Height = 16
  82.         Font.Name = 'Arial'
  83.         Font.Style = []
  84.         ParentFont = False
  85.         Visible = False
  86.       end
  87.       object LblCounterW: TLabel
  88.         Left = 72
  89.         Top = 204
  90.         Width = 7
  91.         Height = 16
  92.         Caption = '1'
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clWindowText
  95.         Font.Height = 16
  96.         Font.Name = 'Arial'
  97.         Font.Style = []
  98.         ParentFont = False
  99.         Visible = False
  100.       end
  101.       object LblMbxNameW: TLabel
  102.         Left = 108
  103.         Top = 204
  104.         Width = 49
  105.         Height = 16
  106.         Caption = 'Mailbox:'
  107.         Font.Charset = DEFAULT_CHARSET
  108.         Font.Color = clWindowText
  109.         Font.Height = 16
  110.         Font.Name = 'Arial'
  111.         Font.Style = []
  112.         ParentFont = False
  113.         Visible = False
  114.       end
  115.       object LblMbxW: TLabel
  116.         Left = 162
  117.         Top = 204
  118.         Width = 4
  119.         Height = 16
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clWindowText
  122.         Font.Height = 16
  123.         Font.Name = 'Arial'
  124.         Font.Style = []
  125.         ParentFont = False
  126.         Visible = False
  127.       end
  128.       object LblNotFoundW: TLabel
  129.         Left = 10
  130.         Top = 180
  131.         Width = 62
  132.         Height = 18
  133.         Caption = 'Warning:'
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clRed
  136.         Font.Height = 18
  137.         Font.Name = 'Arial'
  138.         Font.Style = []
  139.         ParentFont = False
  140.         Visible = False
  141.       end
  142.       object PnlWizard: TElPanel
  143.         Left = 4
  144.         Top = 4
  145.         Width = 440
  146.         Height = 169
  147.         Align = alNone
  148.         BevelOuter = bvNone
  149.         ParentColor = True
  150.         TabOrder = 0
  151.         DockOrientation = doNoOrient
  152.         object Label7: TLabel
  153.           Left = 12
  154.           Top = 12
  155.           Width = 49
  156.           Height = 16
  157.           Caption = 'Step 1:'
  158.           Font.Charset = DEFAULT_CHARSET
  159.           Font.Color = clWindowText
  160.           Font.Height = -13
  161.           Font.Name = 'MS Sans Serif'
  162.           Font.Style = [fsBold]
  163.           ParentFont = False
  164.         end
  165.         object Label8: TLabel
  166.           Left = 70
  167.           Top = 12
  168.           Width = 69
  169.           Height = 16
  170.           Caption = 'Import type:'
  171.         end
  172.         object Label9: TLabel
  173.           Left = 12
  174.           Top = 56
  175.           Width = 49
  176.           Height = 16
  177.           Caption = 'Step 2:'
  178.           Font.Charset = DEFAULT_CHARSET
  179.           Font.Color = clWindowText
  180.           Font.Height = -13
  181.           Font.Name = 'MS Sans Serif'
  182.           Font.Style = [fsBold]
  183.           ParentFont = False
  184.         end
  185.         object Label10: TLabel
  186.           Left = 70
  187.           Top = 56
  188.           Width = 186
  189.           Height = 16
  190.           Caption = 'Import messages from location:'
  191.         end
  192.         object Label11: TLabel
  193.           Left = 12
  194.           Top = 108
  195.           Width = 49
  196.           Height = 16
  197.           Caption = 'Step 3:'
  198.           Font.Charset = DEFAULT_CHARSET
  199.           Font.Color = clWindowText
  200.           Font.Height = -13
  201.           Font.Name = 'MS Sans Serif'
  202.           Font.Style = [fsBold]
  203.           ParentFont = False
  204.         end
  205.         object Label12: TLabel
  206.           Left = 150
  207.           Top = 35
  208.           Width = 266
  209.           Height = 15
  210.           Cursor = crHandPoint
  211.           Caption = 'How do I import another type of message format?'
  212.           Font.Charset = DEFAULT_CHARSET
  213.           Font.Color = clBlue
  214.           Font.Height = -13
  215.           Font.Name = 'Times New Roman'
  216.           Font.Style = [fsItalic, fsUnderline]
  217.           ParentFont = False
  218.           OnClick = Label12Click
  219.         end
  220.         object cbTypeW: TElComboBox
  221.           Left = 152
  222.           Top = 8
  223.           Width = 266
  224.           Height = 24
  225.           Cursor = crIBeam
  226.           UseCustomScrollBars = True
  227.           NotifyUserChangeOnly = True
  228.           BorderStyle = bsSingle
  229.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  230.           BtnArrowColor = clBlack
  231.           AltBtnWidth = 21
  232.           AutoCompletion = False
  233.           Items.Strings = (
  234.             'Outlook Express'
  235.             'Netscape'
  236.             'Eudora'
  237.             'Pegasus'
  238.             'EML files')
  239.           ListSelectedColor = clHighlight
  240.           AutoSelect = True
  241.           TopMargin = 2
  242.           RightMargin = 1
  243.           LineBorderActiveColor = clBlack
  244.           LineBorderInactiveColor = clBlack
  245.           ParentColor = False
  246.           ReadOnly = True
  247.           TabOrder = 0
  248.           OnChange = cbTypeClick
  249.           AltButtonShortcut = 0
  250.           ButtonShortcut = 0
  251.           Style = csDropDownList
  252.           ItemHeight = 16
  253.         end
  254.         object EditSaveFileW: TElAdvancedEdit
  255.           Left = 316
  256.           Top = 132
  257.           Width = 99
  258.           Height = 24
  259.           Enabled = False
  260.           TabOrder = 4
  261.         end
  262.         object rbDefault: TElRadioButton
  263.           Left = 70
  264.           Top = 108
  265.           Width = 335
  266.           Height = 20
  267.           Cursor = crDefault
  268.           Checked = True
  269.           Caption = 'Place imported messages into their default locations'
  270.           TabOrder = 2
  271.           OnClick = rbDefaultClick
  272.           DoubleBuffered = False
  273.         end
  274.         object rbFolder: TElRadioButton
  275.           Left = 70
  276.           Top = 136
  277.           Width = 245
  278.           Height = 20
  279.           Cursor = crDefault
  280.           Caption = 'Place imported mailboxes into folder:'
  281.           TabOrder = 3
  282.           OnClick = rbFolderClick
  283.           DoubleBuffered = False
  284.         end
  285.         object EditFilenameW: TElFileNameEdit
  286.           Left = 70
  287.           Top = 76
  288.           Width = 347
  289.           Height = 24
  290.           Cursor = crIBeam
  291.           UseCustomScrollBars = True
  292.           NotifyUserChangeOnly = True
  293.           OnDialogExecute = EditFilenameWDialogExecute
  294.           ButtonVisible = True
  295.           TopMargin = 2
  296.           RightMargin = 5
  297.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  298.           LineBorderActiveColor = clBlack
  299.           LineBorderInactiveColor = clBlack
  300.           ButtonColor = clBtnFace
  301.           ButtonFlat = False
  302.           ButtonShortcut = 0
  303.           ButtonGlyph.Data = {
  304.             D6000000424DD60000000000000076000000280000000D0000000C0000000100
  305.             0400000000006000000000000000000000001000000000000000000000000000
  306.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  307.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  308.             D000000000000DDDD0003333333330DDD00038333333330DD00038FB33333330
  309.             D00038BFB3333333000038FBFBFB0DDDD00038BF88880DDDD0003F8833333D44
  310.             4000D333DDDDDDD44000DDDDDD4DDD4D4000DDDDDDD444DDD000}
  311.           ButtonUseIcon = False
  312.           ButtonNumGlyphs = 1
  313.           ButtonWidth = 20
  314.           AltButtonDown = False
  315.           AltButtonEnabled = True
  316.           AltButtonFlat = False
  317.           AltButtonNumGlyphs = 1
  318.           AltButtonPopupPlace = ppDown
  319.           AltButtonShortcut = 0
  320.           AltButtonUseIcon = False
  321.           AltButtonVisible = False
  322.           AltButtonWidth = 15
  323.           BorderStyle = bsSingle
  324.           Ctl3D = True
  325.           ParentCtl3D = False
  326.           TabOrder = 1
  327.           ParentColor = False
  328.           DockOrientation = doNoOrient
  329.           DoubleBuffered = False
  330.         end
  331.       end
  332.     end
  333.     object TabSingle: TElTabSheet
  334.       PageControl = pc
  335.       Caption = 'Single Mailbox'
  336.       Visible = False
  337.       object LblImporting: TLabel
  338.         Left = 10
  339.         Top = 166
  340.         Width = 163
  341.         Height = 18
  342.         Caption = 'Importing, please wait...'
  343.         Font.Charset = DEFAULT_CHARSET
  344.         Font.Color = clWindowText
  345.         Font.Height = 18
  346.         Font.Name = 'Arial'
  347.         Font.Style = []
  348.         ParentFont = False
  349.         Visible = False
  350.       end
  351.       object LblMsgNo: TLabel
  352.         Left = 10
  353.         Top = 186
  354.         Width = 68
  355.         Height = 16
  356.         Caption = 'Message # '
  357.         Font.Charset = DEFAULT_CHARSET
  358.         Font.Color = clWindowText
  359.         Font.Height = 16
  360.         Font.Name = 'Arial'
  361.         Font.Style = []
  362.         ParentFont = False
  363.         Visible = False
  364.       end
  365.       object LblCounter: TLabel
  366.         Left = 82
  367.         Top = 186
  368.         Width = 7
  369.         Height = 16
  370.         Caption = '1'
  371.         Font.Charset = DEFAULT_CHARSET
  372.         Font.Color = clWindowText
  373.         Font.Height = 16
  374.         Font.Name = 'Arial'
  375.         Font.Style = []
  376.         ParentFont = False
  377.         Visible = False
  378.       end
  379.       object LblNotFound: TLabel
  380.         Left = 10
  381.         Top = 162
  382.         Width = 62
  383.         Height = 18
  384.         Caption = 'Warning:'
  385.         Font.Charset = DEFAULT_CHARSET
  386.         Font.Color = clRed
  387.         Font.Height = 18
  388.         Font.Name = 'Arial'
  389.         Font.Style = []
  390.         ParentFont = False
  391.         Visible = False
  392.       end
  393.       object PnlTop: TElPanel
  394.         Left = 4
  395.         Top = 4
  396.         Width = 440
  397.         Height = 145
  398.         Align = alNone
  399.         BevelOuter = bvNone
  400.         ParentColor = True
  401.         TabOrder = 0
  402.         DockOrientation = doNoOrient
  403.         object Label1: TLabel
  404.           Left = 12
  405.           Top = 12
  406.           Width = 49
  407.           Height = 16
  408.           Caption = 'Step 1:'
  409.           Font.Charset = DEFAULT_CHARSET
  410.           Font.Color = clWindowText
  411.           Font.Height = -13
  412.           Font.Name = 'MS Sans Serif'
  413.           Font.Style = [fsBold]
  414.           ParentFont = False
  415.         end
  416.         object Label2: TLabel
  417.           Left = 70
  418.           Top = 12
  419.           Width = 167
  420.           Height = 16
  421.           Caption = 'What mailbox type to import:'
  422.         end
  423.         object Label3: TLabel
  424.           Left = 12
  425.           Top = 46
  426.           Width = 49
  427.           Height = 16
  428.           Caption = 'Step 2:'
  429.           Font.Charset = DEFAULT_CHARSET
  430.           Font.Color = clWindowText
  431.           Font.Height = -13
  432.           Font.Name = 'MS Sans Serif'
  433.           Font.Style = [fsBold]
  434.           ParentFont = False
  435.         end
  436.         object Label4: TLabel
  437.           Left = 70
  438.           Top = 46
  439.           Width = 166
  440.           Height = 16
  441.           Caption = 'Select the mailbox to import:'
  442.         end
  443.         object Label5: TLabel
  444.           Left = 12
  445.           Top = 102
  446.           Width = 49
  447.           Height = 16
  448.           Caption = 'Step 3:'
  449.           Font.Charset = DEFAULT_CHARSET
  450.           Font.Color = clWindowText
  451.           Font.Height = -13
  452.           Font.Name = 'MS Sans Serif'
  453.           Font.Style = [fsBold]
  454.           ParentFont = False
  455.         end
  456.         object Label6: TLabel
  457.           Left = 70
  458.           Top = 102
  459.           Width = 187
  460.           Height = 16
  461.           Caption = 'Poco mailbox to receive import:'
  462.         end
  463.         object cbType: TElComboBox
  464.           Left = 250
  465.           Top = 8
  466.           Width = 168
  467.           Height = 24
  468.           Cursor = crIBeam
  469.           UseCustomScrollBars = True
  470.           NotifyUserChangeOnly = True
  471.           BorderStyle = bsSingle
  472.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  473.           BtnArrowColor = clBlack
  474.           AltBtnWidth = 21
  475.           AutoCompletion = False
  476.           Items.Strings = (
  477.             'Outlook Express'
  478.             'Netscape'
  479.             'Eudora'
  480.             'Pegasus'
  481.             'EML files'
  482.             'Unix mailbox')
  483.           ListSelectedColor = clHighlight
  484.           AutoSelect = True
  485.           TopMargin = 2
  486.           RightMargin = 1
  487.           LineBorderActiveColor = clBlack
  488.           LineBorderInactiveColor = clBlack
  489.           ParentColor = False
  490.           ReadOnly = True
  491.           TabOrder = 0
  492.           OnChange = cbTypeClick
  493.           AltButtonShortcut = 0
  494.           ButtonShortcut = 0
  495.           Style = csDropDownList
  496.           ItemHeight = 16
  497.         end
  498.         object EditSaveFile: TElAdvancedEdit
  499.           Left = 266
  500.           Top = 98
  501.           Width = 149
  502.           Height = 24
  503.           TabOrder = 2
  504.         end
  505.         object EditFilename: TElFileNameEdit
  506.           Left = 70
  507.           Top = 68
  508.           Width = 347
  509.           Height = 24
  510.           Cursor = crIBeam
  511.           UseCustomScrollBars = True
  512.           NotifyUserChangeOnly = True
  513.           OnDialogExecute = EditFilenameWDialogExecute
  514.           ButtonVisible = True
  515.           TopMargin = 2
  516.           RightMargin = 5
  517.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  518.           LineBorderActiveColor = clBlack
  519.           LineBorderInactiveColor = clBlack
  520.           ButtonColor = clBtnFace
  521.           ButtonFlat = False
  522.           ButtonShortcut = 0
  523.           ButtonGlyph.Data = {
  524.             D6000000424DD60000000000000076000000280000000D0000000C0000000100
  525.             0400000000006000000000000000000000001000000000000000000000000000
  526.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  527.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  528.             D000000000000DDDD0003333333330DDD00038333333330DD00038FB33333330
  529.             D00038BFB3333333000038FBFBFB0DDDD00038BF88880DDDD0003F8833333D44
  530.             4000D333DDDDDDD44000DDDDDD4DDD4D4000DDDDDDD444DDD000}
  531.           ButtonUseIcon = False
  532.           ButtonNumGlyphs = 1
  533.           ButtonWidth = 20
  534.           AltButtonDown = False
  535.           AltButtonEnabled = True
  536.           AltButtonFlat = False
  537.           AltButtonNumGlyphs = 1
  538.           AltButtonPopupPlace = ppDown
  539.           AltButtonShortcut = 0
  540.           AltButtonUseIcon = False
  541.           AltButtonVisible = False
  542.           AltButtonWidth = 15
  543.           BorderStyle = bsSingle
  544.           Ctl3D = True
  545.           ParentCtl3D = False
  546.           TabOrder = 1
  547.           ParentColor = False
  548.           DockOrientation = doNoOrient
  549.           DoubleBuffered = False
  550.         end
  551.       end
  552.     end
  553.     object TabAddress: TElTabSheet
  554.       PageControl = pc
  555.       ImageIndex = 2
  556.       Caption = 'Import Address Book'
  557.       Visible = False
  558.       object LblImportingA: TLabel
  559.         Left = 10
  560.         Top = 192
  561.         Width = 163
  562.         Height = 18
  563.         Caption = 'Importing, please wait...'
  564.         Font.Charset = DEFAULT_CHARSET
  565.         Font.Color = clWindowText
  566.         Font.Height = 18
  567.         Font.Name = 'Arial'
  568.         Font.Style = []
  569.         ParentFont = False
  570.         Visible = False
  571.       end
  572.       object LblMsgNoA: TLabel
  573.         Left = 10
  574.         Top = 212
  575.         Width = 81
  576.         Height = 16
  577.         Caption = 'Percent done:'
  578.         Font.Charset = DEFAULT_CHARSET
  579.         Font.Color = clWindowText
  580.         Font.Height = 16
  581.         Font.Name = 'Arial'
  582.         Font.Style = []
  583.         ParentFont = False
  584.         Visible = False
  585.       end
  586.       object LblCounterA: TLabel
  587.         Left = 102
  588.         Top = 212
  589.         Width = 19
  590.         Height = 16
  591.         Caption = '0%'
  592.         Font.Charset = DEFAULT_CHARSET
  593.         Font.Color = clWindowText
  594.         Font.Height = 16
  595.         Font.Name = 'Arial'
  596.         Font.Style = []
  597.         ParentFont = False
  598.         Visible = False
  599.       end
  600.       object BtnStopA: TSpeedButton
  601.         Left = 328
  602.         Top = 196
  603.         Width = 111
  604.         Height = 31
  605.         AllowAllUp = True
  606.         GroupIndex = 1
  607.         Caption = 'S&top Import'
  608.         Visible = False
  609.       end
  610.       object PnlAddress: TElPanel
  611.         Left = 4
  612.         Top = 4
  613.         Width = 440
  614.         Height = 173
  615.         Align = alNone
  616.         BevelOuter = bvNone
  617.         ParentColor = True
  618.         TabOrder = 0
  619.         DockOrientation = doNoOrient
  620.         object Label13: TLabel
  621.           Left = 12
  622.           Top = 12
  623.           Width = 49
  624.           Height = 16
  625.           Caption = 'Step 1:'
  626.           Font.Charset = DEFAULT_CHARSET
  627.           Font.Color = clWindowText
  628.           Font.Height = -13
  629.           Font.Name = 'MS Sans Serif'
  630.           Font.Style = [fsBold]
  631.           ParentFont = False
  632.         end
  633.         object Label14: TLabel
  634.           Left = 70
  635.           Top = 12
  636.           Width = 128
  637.           Height = 16
  638.           Caption = 'Address book format:'
  639.         end
  640.         object Label15: TLabel
  641.           Left = 12
  642.           Top = 56
  643.           Width = 49
  644.           Height = 16
  645.           Caption = 'Step 2:'
  646.           Font.Charset = DEFAULT_CHARSET
  647.           Font.Color = clWindowText
  648.           Font.Height = -13
  649.           Font.Name = 'MS Sans Serif'
  650.           Font.Style = [fsBold]
  651.           ParentFont = False
  652.         end
  653.         object Label16: TLabel
  654.           Left = 70
  655.           Top = 56
  656.           Width = 203
  657.           Height = 16
  658.           Caption = 'Select the address book to import:'
  659.         end
  660.         object Label17: TLabel
  661.           Left = 12
  662.           Top = 108
  663.           Width = 49
  664.           Height = 16
  665.           Caption = 'Step 3:'
  666.           Font.Charset = DEFAULT_CHARSET
  667.           Font.Color = clWindowText
  668.           Font.Height = -13
  669.           Font.Name = 'MS Sans Serif'
  670.           Font.Style = [fsBold]
  671.           ParentFont = False
  672.         end
  673.         object Label18: TLabel
  674.           Left = 160
  675.           Top = 35
  676.           Width = 255
  677.           Height = 15
  678.           Cursor = crHandPoint
  679.           Caption = 'How do I import another address book format?'
  680.           Font.Charset = DEFAULT_CHARSET
  681.           Font.Color = clBlue
  682.           Font.Height = -13
  683.           Font.Name = 'Times New Roman'
  684.           Font.Style = [fsItalic, fsUnderline]
  685.           ParentFont = False
  686.           OnClick = Label12Click
  687.         end
  688.         object Label19: TLabel
  689.           Left = 70
  690.           Top = 108
  691.           Width = 141
  692.           Height = 16
  693.           Caption = 'Import to address book:'
  694.         end
  695.         object LblCSV1: TLabel
  696.           Left = 12
  697.           Top = 140
  698.           Width = 49
  699.           Height = 16
  700.           Caption = 'Step 4:'
  701.           Font.Charset = DEFAULT_CHARSET
  702.           Font.Color = clWindowText
  703.           Font.Height = -13
  704.           Font.Name = 'MS Sans Serif'
  705.           Font.Style = [fsBold]
  706.           ParentFont = False
  707.           Visible = False
  708.         end
  709.         object LblCSV2: TLabel
  710.           Left = 70
  711.           Top = 140
  712.           Width = 153
  713.           Height = 16
  714.           Caption = 'Configure CSV field order:'
  715.           Visible = False
  716.         end
  717.         object cbTypeA: TElComboBox
  718.           Left = 216
  719.           Top = 8
  720.           Width = 202
  721.           Height = 24
  722.           Cursor = crIBeam
  723.           UseCustomScrollBars = True
  724.           NotifyUserChangeOnly = True
  725.           BorderStyle = bsSingle
  726.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  727.           BtnArrowColor = clBlack
  728.           AltBtnWidth = 21
  729.           AutoCompletion = False
  730.           Items.Strings = (
  731.             'LDIF file (Netscape)'
  732.             'Eudora address book'
  733.             'CSV file')
  734.           ListSelectedColor = clHighlight
  735.           AutoSelect = True
  736.           TopMargin = 2
  737.           RightMargin = 1
  738.           LineBorderActiveColor = clBlack
  739.           LineBorderInactiveColor = clBlack
  740.           ParentColor = False
  741.           ReadOnly = True
  742.           TabOrder = 0
  743.           OnChange = cbTypeAChange
  744.           AltButtonShortcut = 0
  745.           ButtonShortcut = 0
  746.           Style = csDropDownList
  747.           ItemHeight = 16
  748.         end
  749.         object cbDestBook: TElComboBox
  750.           Left = 225
  751.           Top = 104
  752.           Width = 192
  753.           Height = 24
  754.           Cursor = crIBeam
  755.           UseCustomScrollBars = True
  756.           NotifyUserChangeOnly = True
  757.           BorderStyle = bsSingle
  758.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  759.           BtnArrowColor = clBlack
  760.           AltBtnWidth = 21
  761.           AutoCompletion = False
  762.           Items.Strings = (
  763.             'Netscape'
  764.             'Eudora'
  765.             'Pegasus'
  766.             'EML files'
  767.             'Unix mailbox')
  768.           ListSelectedColor = clHighlight
  769.           AutoSelect = True
  770.           TopMargin = 2
  771.           RightMargin = 1
  772.           LineBorderActiveColor = clBlack
  773.           LineBorderInactiveColor = clBlack
  774.           ParentColor = False
  775.           ReadOnly = True
  776.           TabOrder = 2
  777.           AltButtonShortcut = 0
  778.           ButtonShortcut = 0
  779.           Style = csDropDownList
  780.           ItemHeight = 16
  781.         end
  782.         object BtnConfigureCSV: TButton
  783.           Left = 242
  784.           Top = 137
  785.           Width = 100
  786.           Height = 22
  787.           Cancel = True
  788.           Caption = 'C&onfigure'
  789.           TabOrder = 3
  790.           Visible = False
  791.           OnClick = BtnConfigureCSVClick
  792.         end
  793.         object EditFilenameA: TElFileNameEdit
  794.           Left = 70
  795.           Top = 75
  796.           Width = 347
  797.           Height = 24
  798.           Cursor = crIBeam
  799.           UseCustomScrollBars = True
  800.           NotifyUserChangeOnly = True
  801.           OnDialogExecute = EditFilenameWDialogExecute
  802.           ButtonVisible = True
  803.           TopMargin = 2
  804.           RightMargin = 5
  805.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  806.           LineBorderActiveColor = clBlack
  807.           LineBorderInactiveColor = clBlack
  808.           ButtonColor = clBtnFace
  809.           ButtonFlat = False
  810.           ButtonShortcut = 0
  811.           ButtonGlyph.Data = {
  812.             D6000000424DD60000000000000076000000280000000D0000000C0000000100
  813.             0400000000006000000000000000000000001000000000000000000000000000
  814.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  815.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  816.             D000000000000DDDD0003333333330DDD00038333333330DD00038FB33333330
  817.             D00038BFB3333333000038FBFBFB0DDDD00038BF88880DDDD0003F8833333D44
  818.             4000D333DDDDDDD44000DDDDDD4DDD4D4000DDDDDDD444DDD000}
  819.           ButtonUseIcon = False
  820.           ButtonNumGlyphs = 1
  821.           ButtonWidth = 20
  822.           AltButtonDown = False
  823.           AltButtonEnabled = True
  824.           AltButtonFlat = False
  825.           AltButtonNumGlyphs = 1
  826.           AltButtonPopupPlace = ppDown
  827.           AltButtonShortcut = 0
  828.           AltButtonUseIcon = False
  829.           AltButtonVisible = False
  830.           AltButtonWidth = 15
  831.           BorderStyle = bsSingle
  832.           Ctl3D = True
  833.           ParentCtl3D = False
  834.           TabOrder = 1
  835.           ParentColor = False
  836.           DockOrientation = doNoOrient
  837.           DoubleBuffered = False
  838.         end
  839.       end
  840.     end
  841.     object TabCSV: TElTabSheet
  842.       PageControl = pc
  843.       ImageIndex = 3
  844.       Caption = 'CSV Options'
  845.       Visible = False
  846.       object Shape1: TShape
  847.         Left = 0
  848.         Top = 124
  849.         Width = 469
  850.         Height = 74
  851.         Brush.Style = bsClear
  852.         Pen.Color = clRed
  853.       end
  854.       object Label20: TLabel
  855.         Left = 8
  856.         Top = 126
  857.         Width = 410
  858.         Height = 16
  859.         Caption = 
  860.           'CSV field import order, drag columns below to match the order ab' +
  861.           'ove:'
  862.       end
  863.       object Label21: TLabel
  864.         Left = 8
  865.         Top = 4
  866.         Width = 238
  867.         Height = 16
  868.         Caption = 'Content of address book to be imported:'
  869.       end
  870.       object Label22: TLabel
  871.         Left = 4
  872.         Top = 210
  873.         Width = 222
  874.         Height = 16
  875.         Caption = 'Optionally, save or restore field order:'
  876.       end
  877.       object CSVTree2: TElTree
  878.         Left = 2
  879.         Top = 146
  880.         Width = 465
  881.         Height = 47
  882.         BorderStyle = bsNone
  883.         DraggableSections = True
  884.         ExpandOnDblClick = False
  885.         Font.Charset = DEFAULT_CHARSET
  886.         Font.Color = clWindowText
  887.         Font.Height = -13
  888.         Font.Name = 'MS Sans Serif'
  889.         Font.Style = []
  890.         HeaderColor = clWindow
  891.         HeaderHeight = 20
  892.         HeaderHotTrack = False
  893.         HeaderSections.Data = {
  894.           F4FFFFFF1E0000006174610000007320FFFFFFFF000001010100000050000000
  895.           000000001027000000010020F00B4C0400000000000000000000000000000100
  896.           0000000000000000000100000000000000000000000000000000000000000000
  897.           0000000000000000000000000000000000000000000000000000000000000000
  898.           0000000000000000000000000000000000000000090000004E69636B6E616D65
  899.           00010000000000000000000000006174610000007320FFFFFFFF000001010100
  900.           00005000000000000000102700000001002094764C0401000000000000000000
  901.           0000000001000000000000000000000100000000000000000000000000000000
  902.           0000000000000000000000000000000000000000000000000000000000000000
  903.           00000000000000000000000000000000000000000000000000000A0000004675
  904.           6C6C206E616D6500010000000000000000000000006174610000007320FFFFFF
  905.           FF000001010100000050000000000000001027000000010020C87F4A04020000
  906.           0000000000000000000000010000000000000000000001000000000000000000
  907.           0000000000000000000000000000000000000000000000000000000000000000
  908.           0000000000000000000000000000000000000000000000000000000000000000
  909.           0007000000452D6D61696C000100000000000000000000000061746100000073
  910.           20FFFFFFFF000001010100000050000000000000001027000000010020888548
  911.           0403000000000000000000000000000100000000000000000000010000000000
  912.           0000000000000000000000000000000000000000000000000000000000000000
  913.           0000000000000000000000000000000000000000000000000000000000000000
  914.           0000000000060000004E6F746573000100000000000000000000000061746100
  915.           00007320FFFFFFFF000001010100000050000000000000001027000000010020
  916.           20D64A0404000000000000000000000000000100000000000000000000010000
  917.           0000000000000000000000000000000000000000000000000000000000000000
  918.           0000000000000000000000000000000000000000000000000000000000000000
  919.           00000000000000000B0000004669727374206E616D6500010000000000000000
  920.           000000006174610000007320FFFFFFFF00000101010000005000000000000000
  921.           102700000001002064EF47040500000000000000000000000000010000000000
  922.           0000000000010000000000000000000000000000000000000000000000000000
  923.           0000000000000000000000000000000000000000000000000000000000000000
  924.           000000000000000000000000000000000C0000004D6964646C65206E616D6500
  925.           010000000000000000000000006174610000007320FFFFFFFF00000101010000
  926.           0050000000000000001027000000010020147E4E040600000000000000000000
  927.           0000000100000000000000000000010000000000000000000000000000000000
  928.           0000000000000000000000000000000000000000000000000000000000000000
  929.           000000000000000000000000000000000000000000000000000A0000004C6173
  930.           74206E616D6500010000000000000000000000006174610000007320FFFFFFFF
  931.           000001010100000050000000000000001027000000010020907E4E0407000000
  932.           0000000000000000000001000000000000000000000100000000000000000000
  933.           0000000000000000000000000000000000000000000000000000000000000000
  934.           0000000000000000000000000000000000000000000000000000000000000000
  935.           0B000000416C7420652D6D61696C000100000000000000000000000061746100
  936.           00007320FFFFFFFF000001010100000050000000000000001027000000010020
  937.           0C7F4E0408000000000000000000000000000100000000000000000000010000
  938.           0000000000000000000000000000000000000000000000000000000000000000
  939.           0000000000000000000000000000000000000000000000000000000000000000
  940.           00000000000000000B000000416C7420652D6D61696C00010000000000000000
  941.           000000006174610000007320FFFFFFFF00000101010000005000000000000000
  942.           102700000001002000404E040900000000000000000000000000010000000000
  943.           0000000000010000000000000000000000000000000000000000000000000000
  944.           0000000000000000000000000000000000000000000000000000000000000000
  945.           000000000000000000000000000000000400000055524C000100000000000000
  946.           00000000006174610000007320FFFFFFFF000001010100000050000000000000
  947.           001027000000010020A4594E040A000000000000000000000000000100000000
  948.           0000000000000100000000000000000000000000000000000000000000000000
  949.           0000000000000000000000000000000000000000000000000000000000000000
  950.           000000000000000000000000000000000008000000416C742055524C00010000
  951.           000000000000000000006174610000007320FFFFFFFF00000101010000005000
  952.           0000000000001027000000010020205A4E040B00000000000000000000000000
  953.           0100000000000000000000010000000000000000000000000000000000000000
  954.           0000000000000000000000000000000000000000000000000000000000000000
  955.           000000000000000000000000000000000000000000000A0000004661766F7572
  956.           69746500010000000000000000000000006174610000007320FFFFFFFF000001
  957.           0101000000500000000000000010270000000100209C5A4E040C000000000000
  958.           0000000000000001000000000000000000000100000000000000000000000000
  959.           0000000000000000000000000000000000000000000000000000000000000000
  960.           00000000000000000000000000000000000000000000000000000000000F0000
  961.           0050726566657273207374796C65640001000000000000000000000000617461
  962.           0000007320FFFFFFFF0000010101000000500000000000000010270000000100
  963.           20185B4E040D0000000000000000000000000001000000000000000000000100
  964.           0000000000000000000000000000000000000000000000000000000000000000
  965.           0000000000000000000000000000000000000000000000000000000000000000
  966.           000000000000000000060000005469746C650001000000000000000000000000
  967.           6174610000007320FFFFFFFF0000010101000000500000000000000010270000
  968.           0001002018294A040E0000000000000000000000000001000000000000000000
  969.           0001000000000000000000000000000000000000000000000000000000000000
  970.           0000000000000000000000000000000000000000000000000000000000000000
  971.           00000000000000000000000008000000436F6D70616E79000100000000000000
  972.           00000000006174610000007320FFFFFFFF000001010100000050000000000000
  973.           00102700000001002038E848040F000000000000000000000000000100000000
  974.           0000000000000100000000000000000000000000000000000000000000000000
  975.           0000000000000000000000000000000000000000000000000000000000000000
  976.           00000000000000000000000000000000000400000054656C0001000000000000
  977.           0000000000006174610000007320FFFFFFFF0000010101000000500000000000
  978.           0000102700000001002058FD4704100000000000000000000000000001000000
  979.           0000000000000001000000000000000000000000000000000000000000000000
  980.           0000000000000000000000000000000000000000000000000000000000000000
  981.           0000000000000000000000000000000000000400000046617800010000000000
  982.           000000000000006174610000007320FFFFFFFF00000101010000005000000000
  983.           000000102700000001002038FF45041100000000000000000000000000010000
  984.           0000000000000000010000000000000000000000000000000000000000000000
  985.           0000000000000000000000000000000000000000000000000000000000000000
  986.           00000000000000000000000000000000000000070000004D6F62696C65000100
  987.           00000000000000000000006174610000007320FFFFFFFF000001010100000050
  988.           00000000000000102700000001002050284A0412000000000000000000000000
  989.           0001000000000000000000000100000000000000000000000000000000000000
  990.           0000000000000000000000000000000000000000000000000000000000000000
  991.           000000000000000000000000000000000000000000000009000000486F6D6520
  992.           74656C00010000000000000000000000006174610000007320FFFFFFFF000001
  993.           010100000050000000000000001027000000010020DC14470413000000000000
  994.           0000000000000001000000000000000000000100000000000000000000000000
  995.           0000000000000000000000000000000000000000000000000000000000000000
  996.           00000000000000000000000000000000000000000000000000000000000F0000
  997.           00506F7374616C20616464726573730001000000000000000000000000617461
  998.           0000007320FFFFFFFF0000010101000000500000000000000010270000000100
  999.           202C915704140000000000000000000000000001000000000000000000000100
  1000.           0000000000000000000000000000000000000000000000000000000000000000
  1001.           0000000000000000000000000000000000000000000000000000000000000000
  1002.           0000000000000000001200000049676E6F72652074686973206669656C640001
  1003.           0000000000000000000000006174610000007320FFFFFFFF0000010101000000
  1004.           500000000000000010270000000100206C095904150000000000000000000000
  1005.           0000010000000000000000000001000000000000000000000000000000000000
  1006.           0000000000000000000000000000000000000000000000000000000000000000
  1007.           0000000000000000000000000000000000000000000000001200000049676E6F
  1008.           72652074686973206669656C6400010000000000000000000000006174610000
  1009.           007320FFFFFFFF000001010100000050000000000000001027000000010020B8
  1010.           7E59041600000000000000000000000000010000000000000000000001000000
  1011.           0000000000000000000000000000000000000000000000000000000000000000
  1012.           0000000000000000000000000000000000000000000000000000000000000000
  1013.           000000000000001200000049676E6F72652074686973206669656C6400010000
  1014.           000000000000000000006174610000007320FFFFFFFF00000101010000005000
  1015.           0000000000001027000000010020347F59041700000000000000000000000000
  1016.           0100000000000000000000010000000000000000000000000000000000000000
  1017.           0000000000000000000000000000000000000000000000000000000000000000
  1018.           000000000000000000000000000000000000000000001200000049676E6F7265
  1019.           2074686973206669656C64000100000000000000000000000061746100000073
  1020.           20FFFFFFFF000001010100000050000000000000001027000000010020E80959
  1021.           0418000000000000000000000000000100000000000000000000010000000000
  1022.           0000000000000000000000000000000000000000000000000000000000000000
  1023.           0000000000000000000000000000000000000000000000000000000000000000
  1024.           00000000001200000049676E6F72652074686973206669656C64000100000000
  1025.           00000000000000006174610000007320FFFFFFFF000001010100000050000000
  1026.           000000001027000000010020640A590419000000000000000000000000000100
  1027.           0000000000000000000100000000000000000000000000000000000000000000
  1028.           0000000000000000000000000000000000000000000000000000000000000000
  1029.           00000000000000000000000000000000000000001200000049676E6F72652074
  1030.           686973206669656C6400010000000000000000000000006174610000007320FF
  1031.           FFFFFF000001010100000050000000000000001027000000010020E47F59041A
  1032.           0000000000000000000000000001000000000000000000000100000000000000
  1033.           0000000000000000000000000000000000000000000000000000000000000000
  1034.           0000000000000000000000000000000000000000000000000000000000000000
  1035.           0000001200000049676E6F72652074686973206669656C640001000000000000
  1036.           0000000000006174610000007320FFFFFFFF0000010101000000500000000000
  1037.           00001027000000010020D43A56041B0000000000000000000000000001000000
  1038.           0000000000000001000000000000000000000000000000000000000000000000
  1039.           0000000000000000000000000000000000000000000000000000000000000000
  1040.           0000000000000000000000000000000000001200000049676E6F726520746869
  1041.           73206669656C6400010000000000000000000000006174610000007320FFFFFF
  1042.           FF000001010100000050000000000000001027000000010020B0FC59041C0000
  1043.           0000000000000000000000010000000000000000000001000000000000000000
  1044.           0000000000000000000000000000000000000000000000000000000000000000
  1045.           0000000000000000000000000000000000000000000000000000000000000000
  1046.           001200000049676E6F72652074686973206669656C6400010000000000000000
  1047.           000000006174610000007320FFFFFFFF00000101010000005000000000000000
  1048.           102700000001002060FD59041D00000000000000000000000000010000000000
  1049.           0000000000010000000000000000000000000000000000000000000000000000
  1050.           0000000000000000000000000000000000000000000000000000000000000000
  1051.           000000000000000000000000000000001200000049676E6F7265207468697320
  1052.           6669656C640001000000000000000000000000}
  1053.         HeaderFilterColor = clWindowText
  1054.         HeaderFlat = True
  1055.         HorzScrollBarStyles.ShowTrackHint = False
  1056.         HorzScrollBarStyles.Width = 21
  1057.         HorzScrollBarStyles.ButtonSize = 21
  1058.         LineHeight = 17
  1059.         ParentFont = False
  1060.         ShowColumns = True
  1061.         ShowLeafButton = False
  1062.         SortType = stCustom
  1063.         StoragePath = 'Tree'
  1064.         TabOrder = 1
  1065.         TabStop = True
  1066.         UseCustomScrollBars = False
  1067.         VertScrollBarStyles.ShowTrackHint = True
  1068.         VertScrollBarStyles.Width = 17
  1069.         VertScrollBarStyles.ButtonSize = 21
  1070.         BkColor = clBtnFace
  1071.         OnHeaderColumnMove = CSVTree2HeaderColumnMove
  1072.       end
  1073.       object CSVTree1: TElTree
  1074.         Left = 2
  1075.         Top = 22
  1076.         Width = 465
  1077.         Height = 92
  1078.         AdjustMultilineHeight = False
  1079.         BorderStyle = bsNone
  1080.         DoInplaceEdit = False
  1081.         ExpandOnDblClick = False
  1082.         Font.Charset = DEFAULT_CHARSET
  1083.         Font.Color = clWindowText
  1084.         Font.Height = -13
  1085.         Font.Name = 'MS Sans Serif'
  1086.         Font.Style = []
  1087.         HeaderHeight = 20
  1088.         HeaderHotTrack = False
  1089.         HeaderSections.Data = {
  1090.           F4FFFFFF140000006174610000007320FFFFFFFF000001010100000050000000
  1091.           000000001027000000010020F00B4C040000000000002D040000000000000104
  1092.           00000000000000000001000000000000379D2D045C9D2D04869D2D04A99D2D04
  1093.           CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A000000
  1094.           000000000A000000427574746F6E53697A650000080000004669656C64203100
  1095.           010000000000000000000000006174610000007320FFFFFFFF00000101010000
  1096.           005000000000000000102700000001002094764C040100000000002D04000000
  1097.           000000010400000000000000000001000000000000379D2D045C9D2D04869D2D
  1098.           04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D
  1099.           041A000000000000000A000000427574746F6E53697A65000008000000466965
  1100.           6C64203200010000000000000000000000006174610000007320FFFFFFFF0000
  1101.           01010100000050000000000000001027000000010020C87F4A04020000000000
  1102.           2D04000000000000010400000000000000000001000000000000379D2D045C9D
  1103.           2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E
  1104.           2D04AD9E2D041A000000000000000A000000427574746F6E53697A6500000800
  1105.           00004669656C64203300010000000000000000000000006174610000007320FF
  1106.           FFFFFF0000010101000000500000000000000010270000000100208885480403
  1107.           00000000002D0400000000000001040000000000000000000100000000000037
  1108.           9D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D0461
  1109.           9E2D04899E2D04AD9E2D041A000000000000000A000000427574746F6E53697A
  1110.           650000080000004669656C642034000100000000000000000000000061746100
  1111.           00007320FFFFFFFF000001010100000050000000000000001027000000010020
  1112.           20D64A040400000000002D040000000000000104000000000000000000010000
  1113.           00000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04
  1114.           399E2D04619E2D04899E2D04AD9E2D041A000000000000000A00000042757474
  1115.           6F6E53697A650000080000004669656C64203500010000000000000000000000
  1116.           006174610000007320FFFFFFFF00000101010000005000000000000000102700
  1117.           000001002064EF47040500000000002D04000000000000010400000000000000
  1118.           000001000000000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D
  1119.           04159E2D04399E2D04619E2D04899E2D04AD9E2D041A000000000000000A0000
  1120.           00427574746F6E53697A650000080000004669656C6420360001000000000000
  1121.           0000000000006174610000007320FFFFFFFF0000010101000000500000000000
  1122.           00001027000000010020147E4E040600000000002D0400000000000001040000
  1123.           0000000000000001000000000000379D2D045C9D2D04869D2D04A99D2D04CD9D
  1124.           2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A0000000000
  1125.           00000A000000427574746F6E53697A650000080000004669656C642037000100
  1126.           00000000000000000000006174610000007320FFFFFFFF000001010100000050
  1127.           000000000000001027000000010020907E4E040700000000002D040000000000
  1128.           00010400000000000000000001000000000000379D2D045C9D2D04869D2D04A9
  1129.           9D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A
  1130.           000000000000000A000000427574746F6E53697A650000080000004669656C64
  1131.           203800010000000000000000000000006174610000007320FFFFFFFF00000101
  1132.           01000000500000000000000010270000000100200C7F4E040800000000002D04
  1133.           000000000000010400000000000000000001000000000000379D2D045C9D2D04
  1134.           869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04
  1135.           AD9E2D041A000000000000000A000000427574746F6E53697A65000008000000
  1136.           4669656C64203900010000000000000000000000006174610000007320FFFFFF
  1137.           FF00000101010000005000000000000000102700000001002000404E04090000
  1138.           0000002D04000000000000010400000000000000000001000000000000379D2D
  1139.           045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D
  1140.           04899E2D04AD9E2D041A000000000000000A000000427574746F6E53697A6500
  1141.           00090000004669656C6420313000010000000000000000000000006174610000
  1142.           007320FFFFFFFF000001010100000050000000000000001027000000010020A4
  1143.           594E040A00000000002D04000000000000010400000000000000000001000000
  1144.           000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D0439
  1145.           9E2D04619E2D04899E2D04AD9E2D041A000000000000000A000000427574746F
  1146.           6E53697A650000090000004669656C6420313100010000000000000000000000
  1147.           006174610000007320FFFFFFFF00000101010000005000000000000000102700
  1148.           0000010020205A4E040B00000000002D04000000000000010400000000000000
  1149.           000001000000000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D
  1150.           04159E2D04399E2D04619E2D04899E2D04AD9E2D041A000000000000000A0000
  1151.           00427574746F6E53697A650000090000004669656C6420313200010000000000
  1152.           000000000000006174610000007320FFFFFFFF00000101010000005000000000
  1153.           00000010270000000100209C5A4E040C00000000002D04000000000000010400
  1154.           000000000000000001000000000000379D2D045C9D2D04869D2D04A99D2D04CD
  1155.           9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A00000000
  1156.           0000000A000000427574746F6E53697A650000090000004669656C6420313300
  1157.           010000000000000000000000006174610000007320FFFFFFFF00000101010000
  1158.           0050000000000000001027000000010020185B4E040D00000000002D04000000
  1159.           000000010400000000000000000001000000000000379D2D045C9D2D04869D2D
  1160.           04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D
  1161.           041A000000000000000A000000427574746F6E53697A65000009000000466965
  1162.           6C6420313400010000000000000000000000006174610000007320FFFFFFFF00
  1163.           000101010000005000000000000000102700000001002018294A040E00000000
  1164.           002D04000000000000010400000000000000000001000000000000379D2D045C
  1165.           9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D0489
  1166.           9E2D04AD9E2D041A000000000000000A000000427574746F6E53697A65000009
  1167.           0000004669656C64203135000100000000000000000000000061746100000073
  1168.           20FFFFFFFF00000101010000005000000000000000102700000001002038E848
  1169.           040F00000000002D040000000000000104000000000000000000010000000000
  1170.           00379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D
  1171.           04619E2D04899E2D04AD9E2D041A000000000000000A000000427574746F6E53
  1172.           697A650000090000004669656C64203136000100000000000000000000000061
  1173.           74610000007320FFFFFFFF000001010100000050000000000000001027000000
  1174.           01002058FD47041000000000002D040000000000000104000000000000000000
  1175.           01000000000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D04F09D2D0415
  1176.           9E2D04399E2D04619E2D04899E2D04AD9E2D041A000000000000000A00000042
  1177.           7574746F6E53697A650000090000004669656C64203137000100000000000000
  1178.           00000000006174610000007320FFFFFFFF000001010100000050000000000000
  1179.           00102700000001002038FF45041100000000002D040000000000000104000000
  1180.           00000000000001000000000000379D2D045C9D2D04869D2D04A99D2D04CD9D2D
  1181.           04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A000000000000
  1182.           000A000000427574746F6E53697A650000090000004669656C64203138000100
  1183.           00000000000000000000006174610000007320FFFFFFFF000001010100000050
  1184.           00000000000000102700000001002050284A041200000000002D040000000000
  1185.           00010400000000000000000001000000000000379D2D045C9D2D04869D2D04A9
  1186.           9D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D04AD9E2D041A
  1187.           000000000000000A000000427574746F6E53697A650000090000004669656C64
  1188.           20313900010000000000000000000000006174610000007320FFFFFFFF000001
  1189.           010100000050000000000000001027000000010020DC1447041300000000002D
  1190.           04000000000000010400000000000000000001000000000000379D2D045C9D2D
  1191.           04869D2D04A99D2D04CD9D2D04F09D2D04159E2D04399E2D04619E2D04899E2D
  1192.           04AD9E2D041A000000000000000A000000427574746F6E53697A650000090000
  1193.           004669656C642032300001000000000000000000000000}
  1194.         HeaderFlat = True
  1195.         HorzScrollBarStyles.ShowTrackHint = False
  1196.         HorzScrollBarStyles.Width = 21
  1197.         HorzScrollBarStyles.ButtonSize = 21
  1198.         LineHeight = 17
  1199.         LinesColor = clBtnShadow
  1200.         ParentFont = False
  1201.         ShowColumns = True
  1202.         ShowLeafButton = False
  1203.         SortType = stCustom
  1204.         StoragePath = 'Tree'
  1205.         TabOrder = 2
  1206.         TabStop = True
  1207.         UseCustomScrollBars = False
  1208.         VertScrollBarStyles.ShowTrackHint = True
  1209.         VertScrollBarStyles.Width = 17
  1210.         VertScrollBarStyles.ButtonSize = 21
  1211.         TextColor = clBtnText
  1212.       end
  1213.       object cbIgnoreFirst: TElCheckBox
  1214.         Left = 306
  1215.         Top = 4
  1216.         Width = 110
  1217.         Height = 20
  1218.         Cursor = crDefault
  1219.         Caption = 'Ignore first line'
  1220.         TabOrder = 0
  1221.         DoubleBuffered = False
  1222.       end
  1223.       object BtnSaveOrder: TButton
  1224.         Left = 268
  1225.         Top = 205
  1226.         Width = 101
  1227.         Height = 26
  1228.         Cancel = True
  1229.         Caption = 'Save Order'
  1230.         TabOrder = 3
  1231.         OnClick = BtnSaveOrderClick
  1232.       end
  1233.       object BtnResoreOrder: TButton
  1234.         Left = 369
  1235.         Top = 205
  1236.         Width = 101
  1237.         Height = 26
  1238.         Cancel = True
  1239.         Caption = 'Restore Order'
  1240.         TabOrder = 4
  1241.         OnClick = BtnResoreOrderClick
  1242.       end
  1243.     end
  1244.     object TabPoco: TElTabSheet
  1245.       PageControl = pc
  1246.       ImageIndex = 4
  1247.       Caption = 'PocoMail Import'
  1248.       Visible = False
  1249.       object LblImportingP: TLabel
  1250.         Left = 10
  1251.         Top = 306
  1252.         Width = 163
  1253.         Height = 18
  1254.         Caption = 'Importing, please wait...'
  1255.         Font.Charset = DEFAULT_CHARSET
  1256.         Font.Color = clWindowText
  1257.         Font.Height = 18
  1258.         Font.Name = 'Arial'
  1259.         Font.Style = []
  1260.         ParentFont = False
  1261.         Visible = False
  1262.       end
  1263.       object PnlPoco: TElPanel
  1264.         Left = 0
  1265.         Top = 4
  1266.         Width = 471
  1267.         Height = 299
  1268.         Align = alNone
  1269.         BevelOuter = bvNone
  1270.         ParentColor = True
  1271.         TabOrder = 0
  1272.         DockOrientation = doNoOrient
  1273.         object Label23: TLabel
  1274.           Left = 12
  1275.           Top = 12
  1276.           Width = 49
  1277.           Height = 16
  1278.           Caption = 'Step 1:'
  1279.           Font.Charset = DEFAULT_CHARSET
  1280.           Font.Color = clWindowText
  1281.           Font.Height = -13
  1282.           Font.Name = 'MS Sans Serif'
  1283.           Font.Style = [fsBold]
  1284.           ParentFont = False
  1285.         end
  1286.         object Label26: TLabel
  1287.           Left = 70
  1288.           Top = 12
  1289.           Width = 309
  1290.           Height = 16
  1291.           Caption = 'Point to POCO.INI from Poco directory to import from:'
  1292.         end
  1293.         object Label27: TLabel
  1294.           Left = 12
  1295.           Top = 274
  1296.           Width = 49
  1297.           Height = 16
  1298.           Caption = 'Step 2:'
  1299.           Font.Charset = DEFAULT_CHARSET
  1300.           Font.Color = clWindowText
  1301.           Font.Height = -13
  1302.           Font.Name = 'MS Sans Serif'
  1303.           Font.Style = [fsBold]
  1304.           ParentFont = False
  1305.         end
  1306.         object Label24: TLabel
  1307.           Left = 12
  1308.           Top = 230
  1309.           Width = 406
  1310.           Height = 32
  1311.           Caption = 
  1312.             'You will be overwriting data in this PocoMail installation.'#13#10'The' +
  1313.             ' installation you are importing from will not be changed.'
  1314.           Font.Charset = DEFAULT_CHARSET
  1315.           Font.Color = clWindowText
  1316.           Font.Height = -13
  1317.           Font.Name = 'MS Sans Serif'
  1318.           Font.Style = [fsBold]
  1319.           ParentFont = False
  1320.         end
  1321.         object Label28: TLabel
  1322.           Left = 70
  1323.           Top = 274
  1324.           Width = 237
  1325.           Height = 16
  1326.           Caption = 'Type YES to confirm the warning above:'
  1327.         end
  1328.         object EditWarning: TElAdvancedEdit
  1329.           Left = 334
  1330.           Top = 270
  1331.           Width = 58
  1332.           Height = 24
  1333.           TabOrder = 2
  1334.           OnChange = EditWarningChange
  1335.         end
  1336.         object EditPocoImport: TElFileNameEdit
  1337.           Left = 70
  1338.           Top = 33
  1339.           Width = 391
  1340.           Height = 24
  1341.           Cursor = crIBeam
  1342.           UseCustomScrollBars = True
  1343.           NotifyUserChangeOnly = True
  1344.           Filter = 'POCO.INI file|POCO.INI'
  1345.           OnDialogExecute = EditFilenameWDialogExecute
  1346.           ButtonVisible = True
  1347.           TopMargin = 2
  1348.           RightMargin = 5
  1349.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1350.           LineBorderActiveColor = clBlack
  1351.           LineBorderInactiveColor = clBlack
  1352.           ButtonColor = clBtnFace
  1353.           ButtonFlat = False
  1354.           ButtonShortcut = 0
  1355.           ButtonGlyph.Data = {
  1356.             D6000000424DD60000000000000076000000280000000D0000000C0000000100
  1357.             0400000000006000000000000000000000001000000000000000000000000000
  1358.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  1359.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  1360.             D000000000000DDDD0003333333330DDD00038333333330DD00038FB33333330
  1361.             D00038BFB3333333000038FBFBFB0DDDD00038BF88880DDDD0003F8833333D44
  1362.             4000D333DDDDDDD44000DDDDDD4DDD4D4000DDDDDDD444DDD000}
  1363.           ButtonUseIcon = False
  1364.           ButtonNumGlyphs = 1
  1365.           ButtonWidth = 20
  1366.           AltButtonDown = False
  1367.           AltButtonEnabled = True
  1368.           AltButtonFlat = False
  1369.           AltButtonNumGlyphs = 1
  1370.           AltButtonPopupPlace = ppDown
  1371.           AltButtonShortcut = 0
  1372.           AltButtonUseIcon = False
  1373.           AltButtonVisible = False
  1374.           AltButtonWidth = 15
  1375.           BorderStyle = bsSingle
  1376.           Ctl3D = True
  1377.           ParentCtl3D = False
  1378.           TabOrder = 0
  1379.           ParentColor = False
  1380.           DockOrientation = doNoOrient
  1381.           DoubleBuffered = False
  1382.         end
  1383.         object gbPocoOnly: TElGroupBox
  1384.           Left = 12
  1385.           Top = 66
  1386.           Width = 449
  1387.           Height = 156
  1388.           AutoDisableChildren = True
  1389.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1390.           Caption = ' Only import the following data: '
  1391.           Flat = False
  1392.           FlatAlways = False
  1393.           ShowCheckBox = True
  1394.           ShowFocus = False
  1395.           TabOrder = 1
  1396.           object cbOptions: TElCheckBox
  1397.             Left = 12
  1398.             Top = 24
  1399.             Width = 227
  1400.             Height = 20
  1401.             Cursor = crDefault
  1402.             Checked = True
  1403.             State = cbChecked
  1404.             Caption = 'Program preferences and settings'
  1405.             TabOrder = 0
  1406.             DoubleBuffered = False
  1407.           end
  1408.           object cbAccounts: TElCheckBox
  1409.             Left = 12
  1410.             Top = 44
  1411.             Width = 156
  1412.             Height = 20
  1413.             Cursor = crDefault
  1414.             Checked = True
  1415.             State = cbChecked
  1416.             Caption = 'E-mail account setups'
  1417.             TabOrder = 1
  1418.             DoubleBuffered = False
  1419.           end
  1420.           object cbFilters: TElCheckBox
  1421.             Left = 236
  1422.             Top = 44
  1423.             Width = 116
  1424.             Height = 20
  1425.             Cursor = crDefault
  1426.             Checked = True
  1427.             State = cbChecked
  1428.             Caption = 'Message filters'
  1429.             TabOrder = 2
  1430.             DoubleBuffered = False
  1431.           end
  1432.           object cbMail: TElCheckBox
  1433.             Left = 12
  1434.             Top = 64
  1435.             Width = 87
  1436.             Height = 20
  1437.             Cursor = crDefault
  1438.             Checked = True
  1439.             State = cbChecked
  1440.             Caption = 'Mailboxes'
  1441.             TabOrder = 3
  1442.             DoubleBuffered = False
  1443.           end
  1444.           object cbAddress: TElCheckBox
  1445.             Left = 12
  1446.             Top = 84
  1447.             Width = 117
  1448.             Height = 20
  1449.             Cursor = crDefault
  1450.             Checked = True
  1451.             State = cbChecked
  1452.             Caption = 'Address books'
  1453.             TabOrder = 5
  1454.             DoubleBuffered = False
  1455.           end
  1456.           object cbScripts: TElCheckBox
  1457.             Left = 12
  1458.             Top = 104
  1459.             Width = 66
  1460.             Height = 20
  1461.             Cursor = crDefault
  1462.             Checked = True
  1463.             State = cbChecked
  1464.             Caption = 'Scripts'
  1465.             TabOrder = 7
  1466.             DoubleBuffered = False
  1467.           end
  1468.           object cbSkins: TElCheckBox
  1469.             Left = 12
  1470.             Top = 124
  1471.             Width = 58
  1472.             Height = 20
  1473.             Cursor = crDefault
  1474.             Caption = 'Skins'
  1475.             TabOrder = 9
  1476.             DoubleBuffered = False
  1477.           end
  1478.           object cbAttach: TElCheckBox
  1479.             Left = 236
  1480.             Top = 64
  1481.             Width = 140
  1482.             Height = 20
  1483.             Cursor = crDefault
  1484.             Checked = True
  1485.             State = cbChecked
  1486.             Caption = 'Saved attachments'
  1487.             TabOrder = 4
  1488.             DoubleBuffered = False
  1489.           end
  1490.           object cbSigs: TElCheckBox
  1491.             Left = 236
  1492.             Top = 84
  1493.             Width = 89
  1494.             Height = 20
  1495.             Cursor = crDefault
  1496.             Checked = True
  1497.             State = cbChecked
  1498.             Caption = 'Signatures'
  1499.             TabOrder = 6
  1500.             DoubleBuffered = False
  1501.           end
  1502.           object cbTemplates: TElCheckBox
  1503.             Left = 236
  1504.             Top = 104
  1505.             Width = 90
  1506.             Height = 20
  1507.             Cursor = crDefault
  1508.             Checked = True
  1509.             State = cbChecked
  1510.             Caption = 'Templates'
  1511.             TabOrder = 8
  1512.             DoubleBuffered = False
  1513.           end
  1514.           object cbIcons: TElCheckBox
  1515.             Left = 236
  1516.             Top = 124
  1517.             Width = 57
  1518.             Height = 20
  1519.             Cursor = crDefault
  1520.             Checked = True
  1521.             State = cbChecked
  1522.             Caption = 'Icons'
  1523.             TabOrder = 10
  1524.             DoubleBuffered = False
  1525.           end
  1526.         end
  1527.       end
  1528.     end
  1529.   end
  1530.   object PnlBottom: TElPanel
  1531.     Left = 0
  1532.     Top = 358
  1533.     Width = 481
  1534.     Height = 41
  1535.     Align = alBottom
  1536.     BevelOuter = bvNone
  1537.     TabOrder = 1
  1538.     DockOrientation = doNoOrient
  1539.     object BtnStart: TButton
  1540.       Left = 259
  1541.       Top = 3
  1542.       Width = 100
  1543.       Height = 30
  1544.       Caption = '&Start'
  1545.       Default = True
  1546.       TabOrder = 0
  1547.       OnClick = BtnStartClick
  1548.     end
  1549.     object BtnCancel: TButton
  1550.       Left = 371
  1551.       Top = 3
  1552.       Width = 100
  1553.       Height = 30
  1554.       Cancel = True
  1555.       Caption = '&Cancel'
  1556.       TabOrder = 1
  1557.       OnClick = BtnCancelClick
  1558.     end
  1559.   end
  1560. end
  1561.